_READ A MICROCONTROLLER DATA SHEET AND PROGRAM YOUR BOARD TO DO SOMETHING
For this assigment I start to program my FabISP of the first Assigment. For the programming of this board I follow the tutorial of the fablab academy and also tray to program it with the tutorial of the Arduino as ISP
- DOCUMENT WHAT YOU LEARNED
As I say it before the eltrectonic are not my field, but still learning. For the assigment I watch several tuorial of Arduino, in my non experience, the tutorial where fine and in some way easy, but some times with troubles , I don´t know why, but some excersices don work at the first time , even though the steps where easy and clear. The reference for the tutorial are below, basically area the Arduino starter Kit and a you tube channel
https://www.youtube.com/watch?v=Kgz0vD1vSxY&list=PLbul9XbCFj7ePNVwY0UJ9zKl4ddmyhUr4
http://www.arduino.cc/en/Reference/HomePage
- DESCRIPTION OF PROGRAMMING PROCESS
PROGRAMMING THE FABISP
STEP1- The first thing was to install the software. And the beginning I start in window with the WINAVR, but after see the complecated of how is in window and the easier that is in mac, I migrate
STEP2- Now in Mac side I had to download the Crosspack AVR and the XCODE sofware following the Fablab tutorial. Also here in the Fablab MTY got the AVRISPmkII device
STEP3- After the installation now I in Terminal the firmware FabISP Firmware for MacOS 10.8.2 changing the text of the Makefile as the tutorial say
STEP4- Now the try of “make clean”-“make hex”-“make program”-“make fuse” in where the running see how the isp run full
PROGRAMMING WITH ARDUINO
STEP1- As the tutorial say, Istart connecting the Arduino UNO to the computer and run the ARDUINOasISP code.
STEP2-After this I connect the Arduino to the FABISP to see what happen
STEP3-working in progress….